/* ######### Drop Down ULs CSS ######### 

.ddsubmenustyle, .ddsubmenustyle ul{ 
	margin: 0;
	padding: 0;
	background-color: #cbcaca;
	border-bottom-width: 0;
	z-index: 100;
	border: 1px solid #cbcaca;
	left: 0;
	top: 0;
	list-style-type: none;
	margin-top: -19px; margin-left: 215px;
	
}
.ddsubmenustyle li a{
	display: block;
	border:0;
	width: 150px; 
	color: black;
	text-decoration: none;
	padding: 4px 5px;
}

* html .ddsubmenustyle li{ 
	display: inline-block;
	width: 150px; 
}

.ddsubmenustyle li a:hover
{
	background-color:#cbcaca;
	color: Red;
}


.downarrowpointer{ 
	padding-left: 4px;
	border: 0;
}

.rightarrowpointer{
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
*/
	
	
/*New style for drop down menu
Update : 24/8/09
*/
/* ######### Drop Down ULs CSS ######### */

/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	/*font: normal 13px Verdana;*/
	margin: 0;
	z-index: 100;
	border: 1px solid #ddd;
	left: 0;
	top: 0;
	list-style-type: none;
	margin-top: -18px; margin-left: 211px;
	font-weight:normal;
	width:220px; /* piglet edit */
	background-color:#FFFFFF;	
}
* html .ddsubmenustyle,* html .ddsubmenustyle ul{
	margin-top: -27px;
	margin-left: 194px;
}
.ddsubmenustyle li a{
	display: block;
	border:0;
	width: 180px; 
	color: black;
	text-decoration: none;
	padding: 4px 5px;
	display: block;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 215px; /*width of menu (include side paddings of LI A*/
	
}

.ddsubmenustyle li a:hover
{	
	color:#0087c9;
}

/* ######### 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;
	left: 100px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background:#FF0000;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}


.MiddleLeftMenuUl li {}
.MiddleLeftMenuUl li a { background: url(../Images/menu14.gif) 0 0 no-repeat; color: #025692; padding: 8px 0 0 40px; display: block; height: 24px; text-transform: uppercase; font-size: 13px; font-weight: bold;} /* piglet edit */
.MiddleLeftMenuUl li a:hover { background: url(../Images/menu14.gif) 0 -32px no-repeat; color: #fff; padding: 8px 0 0 40px;} /* piglet edit */
.MiddleLeftMenuUl li.Selected a{ background: url(../Images/menu14.gif) 0 -32px no-repeat; color: #fff; padding: 8px 0 0 40px;}
.markermenu {margin-top:10px}
.markermenu ul :hover ul{visibility:visible;	height:auto;left:-3em;}
.markermenu ul :hover ul ul{visibility:hidden;}

.markermenu ul :hover ul :hover ul{visibility:visible; left:11em;height:auto;}
.markermenu ul li:hover {position:relative}
* html .markermenu ul ul a:hover{position:relative; z-index:110;}
.markermenu ul ul li:hover {position:relative;}
* html .markermenu a:hover 
{
	position:relative;
	z-index:100;
}

.markermenu ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	/*top:1.5em;*/
	top: 2em;
	left:0;
}
.markermenu a { display: block;}
.ddsubmenustyle li { border-bottom: none; padding: 0;}
.ddsubmenustyle li a { background: none;}

