a.dristi  {
	font-family: "MS Sans Serif", Tahoma, Verdana, Arial;
	font-style: normal;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none; 
	color:#7c024f; 
}
.menu {
	width:110px;
	font-size:12px;
	position:relative;
	z-index:100;
	font-family: "MS Sans Serif", Tahoma, Verdana, Arial;
	font-style: normal;
}
/* 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:160px;
}
/* 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:110px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:12px;
font-weight:bold;
text-align:center;
text-decoration:none; 
color:#7c024f; 
width:110px; 
height:25px; 
line-height:24px;
background:transparent url(images/menu_bg.jpg);
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:110px;
w\idth:110px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#fdc6ea;
	text-size:11px;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #990066;
	border-bottom-color: #990066;
	border-left-color: #FFFFFF;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#fcafe1;
text-align:left;
text-size:11px;
}
.menu ul ul :hover > a.drop {
background:#fe98db;
text-align:left;
text-size:11px;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#fe98db;
width:180px;
text-size;10px;
text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #990066;
	border-bottom-color: #990066;
	border-left-color: #FFFFFF;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#fe84d4;
text-size:10px;
text-align:left;
width:180px
}


/* 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:160px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:25px;
t\op:25px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:180px; 
top:0;
width:180px;

}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-189px;
}

/* style the table so that it takes no ppart 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:#fdc6ea; 
color:#000099; 
height:auto; 
line-height:1em; 
text-align:left;
padding:5px 10px; 
width:160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #990066;
	border-bottom-color: #990066;
	border-left-color: #FFFFFF;

/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:160px;
w\idth:169px;
}


/* style the top level hover */
.menu a:hover{
color:#000; 
font-weight:bolder;
background:transparent url(images/menu_bg.jpg);
}
.menu :hover > a {
color:#fff;
font-weight:bolder;
background:transparent url(images/menu_bg.jpg);
}
/* style second level hover*/
.menu ul ul a:hover{
color:#000; 
background:#fcafe1;
}
.menu ul ul :hover > a {
color:#fff;
background:#fcafe1;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

