/* top menu starts 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.horizontalcssmenu{
	float:right;
	width:650px;
	margin-top:60px;
	text-align:right;
}
#cssmenu1{
	/*color:#ffffff;
	font-weight:bold;
	width:660px;
	margin: 0 auto;
	text-align:left;*/
	
}


.horizontalcssmenu ul{
margin-left: 110px;
padding: 0px;
list-style-type: none;

}

/*Top level list items*/
.horizontalcssmenu li{
	display:inline;
	font-size:14px;
	padding-left:15px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	/*position: relative;
	display: inline;
	padding: 0px;
	float: left;
	text-align:center;*/
}

/*Top level menu link items style*/
.horizontalcssmenu li a{
color:#fff;
text-decoration:none;
/*padding:10px 10px 10px 10px;
text-align:center;
width:auto;*/

}

.horizontalcssmenu ul li.selected a{
	color:#ff0033;
	}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 120px; /*width of sub menu levels*/
font-weight: normal;
padding:7px 7px 7px 7px;
background: url(link-bg.gif) repeat-x;
border-width: 0 1px 1px 1px;
text-align:left;
}

.horizontalcssmenu li a:hover{
color:#ff0033;
text-decoration:none;
/*background: url(../images/menubgover.gif) center center repeat-x;*/
}

.horizontalcssmenu ul li ul li a:hover{
/*background: #cde686;*/
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
/*background: transparent url(../images/menuarrow.gif) no-repeat center right;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li {  height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%;

}
/* End */

.simplecmsseperater{
	/*position:relative;
	background: url(separater.gif);
	width:6px;
	height:33px;*/
}

/* top menu ends 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/



/* left menu starts
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.simplecmsglossymenu ul{
position: relative;
margin: 0px;
padding: 0px;
list-style-type: none;
z-index:100;
}

.simplecmsglossymenu, .simplecmsglossymenu ul li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 145px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid #AACD42;
}

.simplecmsglossymenu ul li{
position: relative;
}

.simplecmsglossymenu ul li a{
background: white url(glossyback.gif) repeat-x bottom left;
font: bold 11px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.simplecmsglossymenu ul li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 150px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;

}

.simplecmsglossymenu ul li ul li{
float: left;
}

.simplecmsglossymenu ul li ul a{
width: 140px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.simplecmsglossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.simplecmsglossymenu ul li a:visited, .simplecmsglossymenu ul li a:active{
color: white;
}

.simplecmsglossymenu ul li a:hover{
background-image: url(glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .simplecmsglossymenu ul li { float: left; height: 1%; }
* html .simplecmsglossymenu ul li a { height: 1%; }
/* End */


/*left menu ends 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* right menu starts 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.simplecmsrightmenu li {
	list-style-image: url(../images/blackarrow.gif);
	padding:0px 5px 5px 0px;
}


/* right menu ends
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* footer menu starts 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.simplecmsfootermenu {
float:left;
width:auto;
text-align:left;
margin-top:10px;
}


.simplecmsfooterblock{
	float:left;
	width:70px;
}


/* footer menu ends
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/*  select language starts */

.scselectlanguage
{
padding:7px 5px 5px 5px;
float:right;
position:relative;
z-index:500;
}

.scselectbox
{
font-family:Verdana,Helvetica,Arial,Helvetica,sans-serif,Trebuchet_MS;
font-size:11px;
border:none;
}

/*  select language ends */
