/*      
Desc:   Open Realty Template :: side menu
Author: Awd Design
Site :  http://www.awddesign.co.uk/
Date:   12-Aug-2008

Credits: Dynamic Drive CSS Library
http://www.dynamicdrive.com/style/

Colours	+ *Page/section name*
        - *colour hex* *colour name* (*purpose*)
transparent



a:link, a:visited, a:active { color: #0e7fc7; text-decoration: none; outline: 0; }
a:hover { text-decoration: underline; }

=== === === === === === === === === === */


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid transparent;
}
	
.suckerdiv ul li{
position: relative;
background: transparent;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
background: transparent;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: transparent;
padding: 1px 5px;
border: 1px solid transparent;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: transparent;
}

.suckerdiv .subfolderstyle{
background: url(icons/bullet.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }


/* End */
