/* Start of CMSMS style sheet 'dropdown' */
.subdrop2 {
	padding:0 0px 0px;
	width: auto;
	height: auto;
	margin-left: 4px;
	position: relative;
	clear: both;
	margin-right: 4px;
}
.subli2 {
	margin-left: 4px;
	padding: 0px;
	margin-right: 4px;
	height: 5px !important;
	width: auto !important;
	background: url('../img/dropdown-hr.gif') top left repeat-x;
}
.hide{
	display:none;
}
#nav_wrapper{
	float:left;
	margin:0px;
	clear: right;
	z-index: 100;
	position: relative;
	padding-top: 6px;
	text-align: left;
	padding-bottom: 6px;
	width: 940px;
}
#nav{
	margin:0px;
	padding:0px;
	height:57px;
	position: relative;
}
#nav li {
	list-style:none;
	margin-right: 3px;
	position: relative;
}
#nav li a{
height: 57px;
}
#dropdowns{
        float:left;
        position:absolute;
        top: 57px;
        left: 0px;
        z-index:105;
        display:none;
        width:auto;
        margin-left: -4px;
        background:url('../img/dropdown-middle-shadow.png') top right repeat-y;
        margin-top: 4px;
        margin-bottom: 11px;
        padding: 0px;
        height: auto;
}
#nav #dropdowns li{
    float:left;
    /*white-space:nowrap;*/
    background-image:none;
    clear: both;
	background-color: #e6ecf4;
	/*display: block;*/
	width: 190px;
	margin: 0;
	position: static;
}
#nav #dropdowns li a{
	padding:0px 0px 0px 0px;
	font-weight:bold;
	height: 24px !important;
	text-align: left !important;
	font-size: 10px !important;
	color: #123a7e;
	background: url('../img/dropdown-link-bg1.gif') top left no-repeat;
	line-height: 24px;
	width: 190px;
	display: block;
}
#nav #dropdowns li a span {
	padding-left: 25px !important;
	display: block;
}
#nav #dropdowns .currentpage{
        background-image:url('images/drop-down-line.png');
        background-repeat:no-repeat;
        padding:5px 15px 7px 12px;
        color:#f95202;
        font-weight:bold;
        font-size:11px;
        text-decoration:none;
        background-position:10px 18px;
}
#nav #dropdowns li a:hover {
        background:url('../img/dropdown-link-bg2.gif') top left no-repeat;
        padding:0px 0px 0px 0px;
        color:#ffffff;
        text-decoration:none;
}
#nav #dropdowns .fixedbgshadow {
	background: transparent url('../img/dropdown-middle-shadow.png') top left repeat-y;
	width: 190px;
	margin-right: 8px;
	display: block;
	position: relative;
}
#btn1 {
	width: 154px; height: 57px;
	background: url('../img/nav-1.jpg') top left no-repeat;
	float: left;
}
#btn1 a {
	width: 100%; height: 100%;
	background: url('../img/nav-1.jpg') top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn1 a:hover, #btn1 .active {
	background: url('../img/nav-1.jpg') top right no-repeat;
}

#btn2 {
	width: 154px; height: 57px;
	background: url('../img/nav-2.jpg') top left no-repeat;
	float: left;
}
#btn2 a {
	width: 100%; height: 100%;
	background: url('../img/nav-2.jpg') top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn2 a:hover, #btn2 .active {
	background: url('../img/nav-2.jpg') top right no-repeat;
}


#btn3 {
	width: 154px; height: 57px;
	background: url('../img/nav-3.jpg') top left no-repeat;
	float: left;
}
#btn3 a {
	width: 154px; height: 57px;
	background: url('../img/nav-3.jpg') top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn3 a:hover, #btn3 .active {
	background: url('../img/nav-3.jpg') top right no-repeat;
}


#btn4 {
	width: 154px; height: 57px;
	background: url('../img/nav-4.jpg') top left no-repeat;
	float: left;
}
#btn4 a {
	width: 100%; height: 100%;
	background: url('../img/nav-4.jpg') top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn4 a:hover, #btn4 .active {
	background: url('../img/nav-4.jpg') top right no-repeat;
}

#btn5 {
	width: 154px;
	height: 57px;
	background: url('../img/nav-5.jpg') top left no-repeat;
	float: left;
}
#btn5 a {
	width: 100%; height: 100%;
	background: url('../img/nav-5.jpg') top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn5 a:hover, #btn5 .active {
	background: url('../img/nav-5.jpg') top right no-repeat;
}

#btn6 {
	width: 154px; height: 57px;
	background: url('../img/nav-6.jpg') top left no-repeat;
	float: left;
}
#btn6 a {
	width: 100%; height: 100%;
	background: url('../img/nav-6.jpg') top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
#btn6 a:hover, #btn6 .active {
	background: url('../img/nav-6.jpg') top right no-repeat;
}
.shadowcorner-left {
display:none;
	float: left;
	margin-left: -10px;
}
.shadowcorner-right {
display:none;
	float: right;
	margin-right: -10px;
}
.shadowedges {
	margin-left: 10px;
	margin-right: 10px; 
	position: relative;
}
/* End of 'dropdown' */

