/* ######### top menu  style ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:#fff;
border: 1px solid #4e8dae;
visibility: hidden;
z-index:0;
}


.ddsubmenustyle li a{
display: block;
width: 160px;
color: black;
text-decoration: none;
padding: 0px 10px;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}



/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font-weight:bold;
list-style-type: none;
overflow: hidden;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
text-decoration: none;
margin: 0;
padding: 3px 0px; /*padding inside each tab*/
margin-right:5px;
height:22px;
line-height:22px;
text-align:center;
width:105px;
display:block;
float:left;
overflow:hidden;
}
.mattblackmenu li a.menuHome{ width:60px;}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background:url(../images/navhoverbg.gif) repeat-x left top;
color:#fff;
text-decoration:none;
}

.mattblackmenu a.selected{
background:url(../images/navhoverbg.gif) repeat-x left top; 
}
*html a.ddssubadd{
	padding-top:8px;
	height:20px;
	line-height:20px;
	}



/* ######### left menu  style ######### */

.markermenu{
width: 188px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
z-index:100000;
}

.markermenu ul li{ 
	list-style:none; 
	border-bottom:1px solid #e8eef6;
	height:25px;line-height:25px;
	}


.markermenu ul li a{
display: block;
width: auto;
padding: 0px 0;
padding-left: 8px;
color:#06c;
text-decoration: none;
border:1px solid #f4f9ff;
height:25px;
line-height:25px;
}

*html .markermenu ul li a{ /*IE6 hack*/
width: 178px;
}



.markermenu ul li a:visited, .markermenu ul li a:active{
color: #06c;
height:25px;line-height:25px;
}


.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#06c;
background:#fff;
border:1px solid #4e8dae;
position:relative;
z-index:1000;
height:25px;line-height:25px;
text-decoration:none;
}
/* Modified by feeling from easy4host.com on 2010-01-27 START */
.markermenu ul .menuList{background:url(../images/arrow-right.gif) no-repeat right center;}
/* .markermenu ul .menuList a:visited, 
.markermenu ul .menuList a:active{background:#fff url(../images/arrow-right.gif) no-repeat right center;}*/
.markermenu ul .menuList a:visited { background-color: transparent; }
.markermenu ul .menuList a:hover,
.markermenu ul .menuList a.selected{background:#fff url(../images/arrow-right.gif) no-repeat right center;border:1px solid #4e8dae; border-right:none; width:180px;}
/* Modified by feeling from easy4host.com on 2010-01-27 END */

*html .markermenu ul .menuList a:visited,
*html .markermenu ul .menuList a:active{background:#f4f9fd url(../images/arrow-right.gif) no-repeat 175px 10px; overflow:hidden; width:179px;}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
color:#06c;
}

.blackwhite li a:hover{
color:#06c;
}
* html .blackwhite li{ /*IE6 CSS hack*/
display:inline-block;
}

/*2010-03-01*/
.ddsubmenustyle ul{
	position:absolute;
	margin-left:0px;
	}
*html .ddsubmenustyle ul{
	position:absolute;
	margin-left:-8px;
	}
/*.ddsubmenustyle  li a.menuList{background:url(../images/arrow-right.gif) no-repeat  right}*/

/*2010.05.21*/
.blackwhite li a.menuList{background:url(../images/arrow-right.gif) no-repeat right;}

