.menu3 {width:150px;; height:150px; position: relative; font-family: arial; text-align: center; cursor: default;}
/* hack to correct IE5.5 faulty box model */
* html .menu3 {width:150px;; w\idth:150px;;}
/* remove all the bullets, borders and padding from the default list styling */
.menu3 ul {padding:0;margin:0;list-style-type:none;}
.menu3 ul ul {width:150px;;}
	.menu3 ul ul ul {width: 150px;;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu3 li {float:left;width:150px;;position:relative;}
/* style the links for the top level */

.menu3 a.main, .menu3 a.main:visited {display:block;font-size: 13px;text-decoration:none; color:#444; width:150px;; height:150px; border:0px solid #444; border-width:0px; background: url('images/new_icon.gif'); padding-left: 0px; margin-top: 0px; position: relative; top: 0px;}
.menu3 a.main:hover {text-indent: 0px; position: relative; left: 0px; background: url('images/new_icon.gif');}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu3 a, * html .menu3 a:visited {width:150px;; w\idth:150px;;}

/* style the second level background */
.menu3 ul ul a.drop, .menu3 ul ul a.drop:visited {background: #fff; margin-top: 0px; font-size: 13px;}
/* style the second level hover */
.menu3 ul ul a.drop:hover{background:#fff; font-size: 13px;}
.menu3 ul ul :hover > a.drop {color: #000; width: 185px; overflow: hidden;}

.menu3 ul ul ul a.drop:hover{}
.menu3 ul ul ul :hover > a.drop {color: #000;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu3 ul ul.left {visibility:hidden;position:absolute;height:0px;top:97px;left:-95px; width:185px;}

* html .menu3 ul ul {top:97px;t\op:97px;}

.menu3 ul ul {padding-top: 0px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu3 table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* make the second level visible when hover on first level list OR link */
.menu3 ul li:hover ul,
.menu3 ul a:hover ul{visibility:visible;}


.menu3 ul :hover ul ul{visibility:hidden;}
.menu3 ul :hover ul :hover ul{ visibility:visible;}

.menu3 li {color: #000; font-family: verdana, arial;}
.menu3 li ul {position: relative; z-index: 200;}

.menu3 ul ul li {width: 185px; background: #eee; border-bottom: 1px solid #ccc; padding: 4px; text-align: left; color: #000;}
.menu3 ul ul li a, .menu3 ul ul li a:visited {color: #320DEC;}
.menu3 ul ul li a:hover {color: #EC760D;}

.menu3 {position: relative; left: 0px; top: 10px;




