#top_cat_menu {
width:444px;
float: left;
background: #cbf5fb;
color: blue;
}

#top_cat_menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: auto;
height:41;
/*background: #A54625;*/
}

#top_cat_menu ul li ul li{
width: 242px;
}

#top_cat_menu a {
font: 11px Verdana;
display: block;
border-width: 0px;
border-style: solid;
border-color: #000000;
margin: 0;
padding: 3;
color: #0780c9;
text-decoration: none;
background: #cbf5fb;
text-align: left;
}

#top_cat_menu a.main_top_cat_menu {
font: 11px Verdana;
/*display: inline;*/
color: #FFFFFF;
border-width: 0px;
border-style: solid;
border-color: #000000;
text-align: center;
background: #A54625;
margin: 0;
padding: 0;
}

#top_cat_menu a:hover {
color: #f87900;
background: #ffffff;
}

#top_cat_menu a.main_top_cat_menu:hover {
color: #A54625;
background: #FFFFFF;
}

#top_cat_menu li { position: relative; }

#top_cat_menu ul ul {
position: absolute;
z-index: 500;
}

#top_cat_menu ul ul ul {
top: 0;
left: 100%;
}



#top_cat_menu #color0 a
{
	background-color: #fcd68b;
}
#top_cat_menu #color0 a:hover
{
	background-color: #ffffff;
}

#top_cat_menu #color1 a
{
	background-color: #aaf4ff;
}
#top_cat_menu #color1 a:hover
{
	background-color: #ffffff;
}

#top_cat_menu #color2 a
{
	background-color: #fcc5c2;
}
#top_cat_menu #color2 a:hover
{
	background-color: #ffffff;
}

#top_cat_menu #color3 a
{
	background-color: #b9e898;
}
#top_cat_menu #color3 a:hover
{
	background-color: #ffffff;
}
