/* 2tix modifications V1.0 October 2010 */

/* ================================================================
This copyright notice must be untouched at all times.
copyright (c) 2008 Ambient Webs LLC
=================================================================== */
div#aw_popup.aw_popupmenu {
background:#fff; /* 2tix */
border-bottom:solid 1px #ccc; /* 2tix */
border-left:solid 1px #ccc; /* 2tix */
border-right:solid 1px #ccc; /* 2tix */
border-top:solid 1px #ccc; /* 2tix */
margin:15px 0 15px 15px;
padding-left:25px;
padding-right:10px;
/* padding-top: 2px; 2tix */
padding-bottom: 4px; /* 2tix */
position:absolute;
z-index: 1; /* 2tix */
text-align:left;
font-weight:bold; /* 2tix */
}
div#aw_popup.h2{
background:#eaeaea url(images/fileclose.png) no-repeat 97% 25%; /* 2tix */
border-bottom: solid 1px #ddd; /* 2tix */
/* font-variant: small-caps; 2tix */
/* font-size: 110%; 2tix */
margin-left:-25px;
margin-right:-10px;
padding:5px;
/* font-weight: 600; 2tix */
color:#111; /* 2tix */
}

* + html div#aw_popup.h2 { /* 2tix - IE7 hack for display bug */
display: inline-block;
}

/* style the links */
div.aw_popupmenu a,.aw_popupmenu a:visited {
color:#111; /* 2tix */
display:block;
height:25px;
line-height:25px;
text-decoration:none;
text-indent:5px;
width:149px;

}
/* hack for IE5.5 */
* html div.aw_popupmenu a,* html div.aw_popupmenu a:visited {
width:149px;

}

/* style the link hover */
* html div.aw_popupmenu a:hover {
background:#4b6ca3; /* 2tix */
color:#fff; /* 2tix */
position:relative;

}

/* remove all the bullets, borders and padding from the default list styling */
div.aw_popupmenu ul {
list-style-type:none;
margin:0;
padding:0;
position:relative;
width:150px;
z-index:500;

}

/* style the list items */
div.aw_popupmenu li {
background:transparent;
float:left;
height:26px;

}

div.aw_popupmenu li.subRight {
background:transparent url(images/subRight.gif) no-repeat right center;
}
div.aw_popupmenu li.subLeft {
background:transparent url(images/subLeft.gif) no-repeat right center;
}

div.aw_popupmenu li:hover {
position:relative;

}

/* Rodwans:  to view the sub menu to the left or to the right of the main menu
hide the sub levels and give them a positon absolute so that they take up no room */
div.aw_popupmenu li.subRight ul {
background:#fff; /* 2tix */
border-bottom:solid 1px #444; /* 2tix */
border-left:solid 1px #444; /* 2tix */
border-right:solid 1px #444; /* 2tix */
border-top:solid 1px #444; /* 2tix */
left:140px;
padding-left:25px;
position:absolute;
visibility:hidden;

}
div.aw_popupmenu li.subLeft ul {
background:#fff; /* 2tix */
border-bottom:solid 1px #444; /* 2tix */
border-left:solid 1px #444; /* 2tix */
border-right:solid 1px #444; /* 2tix */
border-top:solid 1px #444; /* 2tix */
left:-175px;
padding-left:25px;
position:absolute;
visibility:hidden;

}

/* for browsers that understand this is all you need for the flyouts */
div.aw_popupmenu li:hover > ul {
background:#fff; /* 2tix */
border-bottom:solid 1px #444; /* 2tix */
border-left:solid 1px #444; /* 2tix */
border-right:solid 1px #444; /* 2tix */
border-top:solid 1px #444; /* 2tix */
visibility:visible;

}

div.aw_popupmenu a:active,div.aw_popupmenu a:focus,div.aw_popupmenu li:hover > a {
background:#4b6ca3; /* 2tix */
color:#fff; /* 2tix */

}