﻿/*	
*************************************************************************************************
    Cms_Net
*************************************************************************************************
'   Componenti menu inseriti nel progetto
'*************************************************************************************************
*/

/*	
*************************************************************************************************
    Menu colonna destra
*************************************************************************************************
*/

/* parte alta */
.menudxtop
	{
    float:left;
    width:235px;
	margin-top:5px;
	}

 .menudxtop span,  .menudxtop em 
    { 
    display:block; 
    height:6px; 
    margin:0; 
    color:#fff; 
    }

.menudxtop span
	{
    padding-left:7px; 
    background:url(images/pagina_top.gif) no-repeat 0 0px; 
    }	

.menudxtop em 
    { 
    font-style:normal; 
    padding-right:7px; 
    background:url(images/pagina_top.gif) no-repeat 100% 0px; 
    }

/* parte bassa */
.menudxbottom
	{
    float:left;
    width:235px;
    height:10px;
	}

 .menudxbottom span,  .menudxbottom em 
    { 
    display:block; 
    height:6px; 
    margin:0; 
    color:#fff; 
    }

.menudxbottom span
	{
    padding-left:7px; 
    background:url(images/pagina_bottom.gif) no-repeat 0 -13px; 
    }	

.menudxbottom em 
    { 
    font-style:normal; 
    padding-right:7px; 
    background:url(images/pagina_bottom.gif) no-repeat 100% -13px; 
    }

/* corpo del menu */
.menudx {
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
    font-size: 12px !important;
	background-color:#fff;
	padding: 5px;
	float: left;
	width: 223px;
	border-left:solid 1px #e8e8e8;
	border-right:solid 1px #e8e8e8;
	padding-top:0px;
	}
 
 .menudx .container ul
	{
		float:left;
		padding:0px;
		list-style-type:none;
		background:none;
		font-size:12px;
		font-style:normal;
	}

.menudx .container em
	{
		font-style:normal;
	
	}

.menudx li
	{
		height:23px;
		float:left;
		width:223px;
		border-bottom:solid 1px #e8e8e8;
		padding-top:5px;
		display:block;
	}

.menudx li a
	{
		color:#757575;
		text-decoration:none;
		height:23px;
		width:223px;
		display:block;		
	}

.menudx li a:hover
	{
		font-weight:bold;
		background-color:#c5d7e6;
		height:23px;
		width:223px;
		display:block;
		color:#fff;
	}

.menudx li.corrente
	{
		font-weight:bold;
		height:23px;
		width:223px;
		display:block;
	}

.menudxtitolo em
	{
		font-style:normal;
		font-weight:bold;
		background:url(imgmenu/menudxtitolo_bk.gif) no-repeat;
		height:21px;
		width:223px;
		display:block;
		text-align:center;
		padding-top:3px;
		color:#fff;	
		margin-bottom:5px;	
	}

    
    
    
