/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
/* padding: 1px;*/
 width: 160px;
 list-style: none;
 background: #F3F3F3;
 height: 24px;
/* border-left: 1px solid #DFDFDE;*/
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 159px;
 height: 24px;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
 border-bottom:1px solid #dddddd;
 border-right:1px solid #dddddd;
 /* background-image:url(images/bullet_grn4.gif);
 background-position:left;
 background-repeat:no-repeat;*/
 padding: 0px 0px 4px 20px;
 height: 24px;
}

.menulist2nd
{
 border-left:1px solid #cccccc;
 border-right:1px solid #cccccc;
 background-attachment: fixed;
 background-image: url(../images/bullet2.gif);
 background-position: left;
 background-repeat: no-repeat;
}

.menulist2nd_top
{
 border-top:1px solid #cccccc;
 border-left:1px solid #cccccc;
 border-right:1px solid #cccccc;
 background-attachment: fixed;
 background-image: url(../images/bullet2.gif);
 background-position: left;
 background-repeat: no-repeat;
}

.menulist2nd_bottom
{
 border-bottom:1px solid #cccccc;
 border-left:1px solid #cccccc;
 border-right:1px solid #cccccc;
 background-attachment: fixed;
 background-image: url(../images/bullet2.gif);
 background-position: left;
 background-repeat: no-repeat;
}

#last_menu {
 position: relative;
 border-bottom:0px solid #dddddd;
/* background-image:url(images/ShadowBot.gif);
 background-position:left;
 background-repeat:no-repeat;*/
 padding: 3px 0px 2px 20px;
 height: 24px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px 0px 2px 2px;
 color: #575757;
 text-decoration: none;
 border: 1px solid transparent;
}
/* IE fix because it doesn't support transparent borders */
* html .menulist a {
 border: none;
 margin: 1px;
}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus 
{
 color: #575757;
 background-color: #D2E1FF;
 padding: 3px 0px 2px 2px;
 border: 1px solid #D2E1FF;
 margin: 0;
}
.menulist a.highlighted {
 color: #575757;
 background-color: #cccccc;
 border: 1px solid #cccccc;
 margin: 0;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}

.bullets
{
	background-attachment: fixed;
	background-image: url(../images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
}

