﻿.chromeheader
{	
	margin: 13px 0 0 0;	
}

.chromestyle
{
	width: 950px;
	padding-top: 1px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
    border: 1px solid #CCD4D7;
    width: 100%;
    background: url(../images/navbg.png) center center repeat-x; /*THEME CHANGE HERE*/
	margin-top: 0;
    padding: 8px 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	white-space:nowrap;
}

.chromestyle ul li
{
	display: inline;
}

.chromestyle ul li a
{
	margin: 0;
	padding: 8px 8px;
	color: #656566;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
	border-right: 1px solid #CCD4D7;
}

.chromestyle ul li a:hover
{
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position:absolute;
	top: 0;
	font-size: 12px;
	font-family: Arial, Verdana;
	line-height:16px;
	z-index:100;
	width: 250px;
	visibility: hidden;
	background-color: #c1eaea;
	/*border: solid 1px #999999;*/
	background: url(../images/dropdownbg_dark.png) repeat top left;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	margin-left: -25px;
}


.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid #000; */
	padding: 2px 0px 2px 5px;
	text-decoration: none;
	font-weight: normal;
	color: black;	
	/*background-color: #FFF;*/
	background: url(../images/dropdownbg_white.png) repeat top left;		
}

* html .dropmenudiv a
{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover
{ 
	color: #000;
	text-decoration: none;
	color: white;	
	font-weight: bold;
	/*background-color: #4C7776;*/
	background: url(../images/navHoverbg2.png) repeat top left;
}
/* ================================================================ */
#sddm
{	
    margin: 13px 0 0 25px;
	padding: 0;
	z-index: 30;	
}

#sddm li
{	
    margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;
	border: 1px solid #CCD4D7;
}

#sddm li a
{	
    display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	height: 28px;
	color: #656566;
	text-align: left;
	text-decoration: none;
	background: url(../images/navbg2.png) center center repeat-x; /*THEME CHANGE HERE*/
}

#sddm li a:hover
{	
    background: url(../images/navbg2.png) center center repeat-x; /*THEME CHANGE HERE*/
}

#sddm div /*submenu*/
{	
    position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	width: 200px;
	border-bottom: solid 1px #CCD4D7;
	border-right: solid 1px #CCD4D7;
	border-left: solid 1px #CCD4D7;
	margin-left: -1px;
	
}

#sddm div a
{	
	display: block;
	margin: 0;
	padding: 5px 0 5px 10px;
	text-align: left;
	text-decoration: none;	
	height: auto;
	background: url(../images/dropdownbg_white.png) repeat top left;
}

#sddm div a:hover
{	
    background: url(../images/dropdownbg_dark.png) repeat top left;
	color: #FFF
}