@charset "utf-8";
/* CSS Document */
body{font-family:Tahoma, Arial; font-size:12px; color:#333333;line-height:16px;padding:0px; margin:0px; behavior: url("csshover.htc");}
h1{font-size:20px; font-weight:normal; padding-bottom:0px;}
#wrapper{margin:0px auto; width:980PX;}
#continer{padding:20px;}
.menu{width:226px; padding-left:14px;}
.width580{width:560px; padding-right:20px}
.width300{width:280px;}
.bgblue{background:#d3dffb;}
.blue{color:#151e57;}
.inbg{width:940px; height:263px; margin:0 auto;}
.logo{padding:15px 10px;}
#footer{border-top:1px solid #999;}

#cssdropdown, #cssdropdown ul {
margin: 0;
list-style: none;
font-size:14px;
text-transform:uppercase;
color:#a3adef;
}

#cssdropdown li {
position: relative;
border-bottom:1px solid #a3adef;
text-align:right;
padding-left:15px;
color:#a3adef;
}

.mainitems{
color:#fff !important;
padding:8px 12px;
}

.mainitems a{
margin-left: 6px;
margin-right: 5px;
text-decoration: none;
color:#a3adef;
}

#sub{text-align:left;}

#sub li{text-align:left;}
.subuls{
display: none;
position: absolute;
background-color: lightyellow;
}

.subuls li{
width: 200px;
padding:5px;
background:#151e57;
color:#a3adef !important;
text-align:right;
border:1px solid #a3adef;
}

.subuls li a{
text-decoration: none;
color:#a3adef !important;
text-align:left;
font-size:12px;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: 0px;
left: 220px;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
