/*
$Id: main.css,v 1.8 2009/10/27 10:47:05 joy Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

span.home-icon {
	background: url(ir-home-icon.png) left 1px no-repeat !important;
	padding-left: 15px;
}

.fancycat-icons-e {
font: bold 11px Verdana;
background: #777 url(../../../images/iron/top-menu.png) top repeat-x;
width: 100%;
border-bottom: 1px solid #FFF;
height:23px
}

.fancycat-icons-e ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.fancycat-icons-e ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.fancycat-icons-e ul li a{
display: block;
background: #777 url(../../../images/iron/top-menu.png) top repeat-x; /*background of tabs (default state)*/
color: white;
padding: 5px 8px;
border-right: 1px solid #FFF;
color: #2d2b2b;
text-decoration: none;
border-bottom: 1px solid #FFF;
}

/* Selected Cats default*/
.fancycat-icons-e .fancycat-select a{
display: block;
background: #fe6600 url(../../../images/iron/top-menu.png) top repeat-x; /*background of tabs (default state)*/
color: white;
padding: 5px 8px;
border-right: 1px solid #FFF;
border-bottom: 1px solid #fe6600;
color: #fff;
text-decoration: none;
}

/* Selected Cats Rollover */
.fancycat-icons-e .fancycat-select a:hover{
display: block;
background: #fe6600 url(../../../images/iron/top-menu.png) top repeat-x; /*background of tabs (rollover state)*/
color: white;
padding: 5px 8px;
border-right: 1px solid #FFF;
border-bottom: 1px solid #fe6600;
color: #fff;
text-decoration: none;
}

.fancycat-icons-e ul li a:link, .fancycat-icons-e ul li a:visited{
color: #FFF;
text-decoration: none;
}

.fancycat-icons-e ul li a:hover{
background: #555 url(../../../images/iron/top-menu.png) top repeat-x; /*tab link background during hover state*/
color: #FFF;
text-decoration: none;
}
	
/*1st sub level menu*/
.fancycat-icons-e ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.fancycat-icons-e ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.fancycat-icons-e ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.fancycat-icons-e ul li ul li a{
font: normal 13px Verdana;
width: 180px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
background: #777;
}

.fancycat-icons-e ul li ul li a:hover{ /*sub menus hover style*/
background: #555;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 8px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

