﻿ul.sidenav1
{
    height:100px;
	float: left;
	margin: 0;
	padding: 0;
	width: 190px;
	list-style: none;
	/*border-bottom: 1px solid #3373a9; --Bevel Effect--*/
	/*border-top: 1px solid #003867; --Bevel Effect--*/
	font-size: 1em;
}
ul.sidenav1 li.listItem {
	position: relative; /*--Add a relative positioning--*/
	float: left;
	margin: 0;
	padding: 0;
}
ul.sidenav1 li.listItem a{
	/*border-top: 1px solid #3373a9; --Bevel Effect--*/
	/*border-bottom: 1px solid #003867; --Bevel Effect--
	padding: 10px 10px 10px 25px;*/
	display: block;
	color: #fff;
	text-decoration: none;
	width: 170px;
	padding-left: 19px;
	background: url(/App_Themes/Global/Images/Icons/Twitter_Bullet.png) no-repeat ; 
	position: relative; /*--Add a relative positioning--*/
	z-index: 1; /*--z-index allows the popup to tuck underneath the nav--*/
}
ul.sidenav1 li.listItem a:hover
{
    text-decoration:underline;
    color: lightblue;
}
ul.sidenav1 li.listItem statutLink:hover {
	/* background-color: #004c8d; */
	border-top: 0px solid #1a4c76;
	text-decoration:underline;
}
.flyoutWrapper {
	display: none;
	position: absolute;
	top: -10px;
	left: -349px;
	width: 345px;
	font-size: 1.2em;
	border:0px solid white;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

ul.sidenav1 li.listItem flyoutWrapper p {
	line-height: 0.85em;
	padding: 15px;
	width:320px;
	
	/* background: url(bubble_btm.gif) no-repeat right bottom; */
}
ul.sidenav1 li.listItem flyoutWrapper span 
{
    font-size:0.5em; padding-left:8px;
    color:grey;
}
.bubbleTop
{
    background: url(../App_Themes/Default/Layout/images/bubble_top.png) no-repeat; 
    width:331px;
    height:31px;
}

.bubbleBottom
{
    background: url(../App_Themes/Default/Layout/images/bubble_bottom.png) no-repeat; 
    width:331px;
    height:31px;
}

