@charset "utf-8";
/******************************************************************
***   Global Settings   ***
*******************************************************************/
/*
-------------------------------------------------
@Encoding			= charset "utf-8"
-------------------------------------------------
@Css Version		= Css 
-------------------------------------------------
@Copyright			= Copyright 2008-2009, 
-------------------------------------------------
@Language			= en
-------------------------------------------------
@Author				= http://seedsolutions.co.in/ 
-------------------------------------------------
@Link				= http://seedsolutions.co.in/ 
-------------------------------------------------
@Date Of Modified	= 3 March 2009 
-------------------------------------------------
*/

#menuSimple {
	list-style-type:none;
	width:190px;
	padding:0;
	margin:0 auto;
}


#menuSimple ul {
	list-style-type:none;
	padding:0;
	margin:0;
	width:190px;
}


#menuSimple li {
	float:left;
	background:none;
	margin:0;
	position:relative;
	border-bottom:1px solid #ededee;
}


#menuSimple li.subSimple {
	background:none;
	height:16px;
}


#menuSimple li, #menuSimple li a {
	display:block;
	color:#27292c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	width:180px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	background:#fff;
}


#menuSimple li:hover {
	background:none;
}


#menuSimple li a:hover {
	background:#fff;
}


#menuSimple ul {
	position:absolute;
	left:-9999px;
	width:128px;
}


#menuSimple li.click {
	background:none;
}


#menuSimple li.click ul {
	left:0;
	top:18px;
	border:1px solid #7e7f81;
	width:190px;
}

 /* the background image is for IE7 */
#menuSimple01 {
	list-style-type:none;
	width:126px;
	padding:0;
	margin:0 auto;
}


#menuSimple01 ul {
	list-style-type:none;
	padding:0;
	margin:0;
	width:126px;
}


#menuSimple01 li {
	float:left;
	background:none;
	margin:0;
	position:relative;
	border-bottom:1px solid #ededee;
}


#menuSimple01 li.subSimple01 {
	background:none;
	height:16px;
}


#menuSimple01 li, #menuSimple01 li a {
	display:block;
	color:#27292c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	width:115px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	background:#fff;
}


#menuSimple01 li:hover {
	background:none;
}


#menuSimple01 li a:hover {
	background:#fff;
}


#menuSimple01 ul {
	position:absolute;
	left:-9999px;
	width:126px;
}


#menuSimple01 li.click {
	background:none;
}


#menuSimple01 li.click ul {
	left:0;
	top:18px;
	border:1px solid #7e7f81;
	width:126px;
}

 /* the background image is for IE7 */

