/* CSS Document */

.menu {

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul
{
	width:72px;
	z-index: 1000;
	
	margin-left: -20px;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
	float:left;
	width:72px;
	position:relative;
}
/* style the links for the top level */

.menu a, .menu a:visited
{
	display:block;
	font-size:11px;
	text-decoration:none; 
	text-align: center;
	font-family: "Tahoma", Arial;
	font-weight: bold;
	color:#fff; 
	width:72px; 
	height:25px; 
	border:0 none;
	line-height:27px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited
{
	width:72px;
}

.menu ul ul a
{
	font-weight: normal;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0; 
	width:72px;

}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:24px;
	t\op:25px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#ffffff; 
	color:#81b8be; 
	height:auto; 
	line-height:12px; 
	padding:5px 10px; 
	width:115px;
	font-size: 10px;
	font-weight: bold;
	border-left: dashed 1px #b7b0a6;
	border-right: dashed 1px #b7b0a6;
	border-bottom: dashed 1px #b7b0a6;
}

.menu ul ul a.first, .menu ul ul a.first:visited {
	border-top: dashed 1px #b7b0a6;
}



/* style the top level hover */
.menu a:hover {
	color:#e56379;
	background: none;
	text-decoration: none;
}
.menu ul ul a:hover{
	color:#e56379; 
	background:#ffffff;
}
.menu :hover > a {
	color:#e56379;
	background: none;
}
.menu ul ul :hover > a {
	color:#e56379;
	background:#ffffff;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
	visibility:visible; 
}

/* ****************************************************** */

/* CSS Document */

.menu2 {

}
/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu2 ul ul
{
	width:72px;
	z-index: 1000;
	
	margin-left: -20px;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 li
{
	float:left;
	width:72px;
	position:relative;
}
/* style the links for the top level */

.menu2 a, .menu2 a:visited
{
	display:block;
	font-size:11px;
	text-decoration:none; 
	text-align: center;
	font-family: "Tahoma", Arial;
	font-weight: bold;
	color:#fff; 
	width:72px; 
	height:24px; 
	border:0 none;
	line-height:27px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited
{
	width:72px;
}

.menu2 ul ul a
{
	font-weight: normal;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:24px;
	left:0; 
	width:153px;
	height: 400px;
	overflow-y:scroll;
	#background: #ffffff;
}
/* another hack for IE5.5 */
* html .menu2 ul ul {
	top:23px;
	t\op:24px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu2 table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu2 ul ul li{
	width: 136px;
	background: #ffffff;
	padding: 0px;
	margin: 0px;
}
.menu2 ul ul a, .menu2 ul ul a:visited {
	background:#ffffff;
	width:auto;
	color:#81b8be; 
	height:auto; 
	line-height:12px; 
	padding:5px 10px; 
	font-size: 10px;
	font-weight: bold;
	border-left: dashed 1px #b7b0a6;
	border-right: dashed 1px #b7b0a6;
	border-bottom: dashed 1px #b7b0a6;
}

.menu2 ul ul a.first, .menu2 ul ul a.first:visited {
	border-top: dashed 1px #b7b0a6;
}



/* style the top level hover */
.menu2 a:hover {
color:#e56379;
background: none;
text-decoration: none;
}
.menu2 ul ul a:hover{
color:#e56379; 
background:#ffffff;
}
.menu2 :hover > a {
color:#e56379;
background: none;
}
.menu2 ul ul :hover > a {
color:#e56379;
background:#ffffff;
}

/* make the second level visible when hover on first level list OR link */
.menu2 ul :hover ul{
visibility:visible; 
}


