﻿#menu
{
margin: 0;
padding:0px;
height:80px;
}

#navcontainer
{
float:right;
margin-top:0px;
height:80px;
}

#navcontainer ul {margin:0; padding:0; list-style-type:none;}

#navcontainer li {float:left;list-style-image:none;}


#navcontainer a
{
display: block;
text-decoration: none;
margin: 0;
border-top:0;
border-bottom:0;
font-size:13px;
font-weight:bold;
overflow:hidden;
padding-top:80px;
height:0;
}

#navcontainer a#item1 {background:url(images/home.jpg) 0 0 no-repeat; width:69px; }
#navcontainer a#item2 {background:url(images/aboutus.jpg) 0 0 no-repeat; width:85px; }
#navcontainer a#item3 {background:url(images/services.jpg) 0 0 no-repeat; width:79px; }
#navcontainer a#item4 {background:url(images/contactus.jpg) 0 0 no-repeat; width:92px; }

#navcontainer a#item1:hover,#navcontainer a#item1.active {background:url(images/home_h.jpg) 0 0 no-repeat;}
#navcontainer a#item2:hover,#navcontainer a#item2.active {background:url(images/aboutus_h.jpg) 0 0 no-repeat;}
#navcontainer a#item3:hover,#navcontainer a#item3.active {background:url(images/services_h.jpg) 0 0 no-repeat;}
#navcontainer a#item4:hover,#navcontainer a#item4.active {background:url(images/contactus_h.jpg) 0 0 no-repeat;}


#leftmenu {
border-top: 1px dotted white;
border-bottom: 1px dotted white;
font-size: 14px;
font-family: Arial;
}

dl#leftmenu a:hover {
    font-weight: bold;
    color:#FFFF66;
}

dl#leftmenu {
width: 200px;
margin: 0;
padding: 10px 0;
margin-bottom: 14px;
}

dl#leftmenu dt {
cursor: pointer;
margin: 0;
padding-top:6px;
padding-bottom:6px;
color: #999;
font-size:12px;
text-decoration: none;
display: block;
border: 0 none;
padding-right:25px;
font-weight:bold;
margin-top:0px;
margin-left:0px;
border-bottom:0;
font-size:13px;
padding-left:0px;
color:#B5E1F9;
text-align:right;
}

dl#leftmenu li a.active {
background:url(../images/col-bg.gif) no-repeat center right;
color:#FFFF66;
font-weight:bold;
}

dl#leftmenu li {
padding-left:0;
margin-left:0;
padding-right:0;
margin-right:0;
list-style-type:none;
}

dl#leftmenu li a {
padding-right:0;
margin-right:0;
padding-top:5px;
padding-right:20px;
text-decoration: none;
display: block;
height:20px;
color:#FFF;
text-align:right;
}